net/http.http2responseWriter.rws (field)
21 uses
net/http (current package)
h2_bundle.go#L6303: return &http2responseWriter{rws: rws}
h2_bundle.go#L6365: rw.rws.stream.cancelCtx()
h2_bundle.go#L6372: write: http2handlerPanicRST{rw.rws.stream.id},
h2_bundle.go#L6373: stream: rw.rws.stream,
h2_bundle.go#L6543: rws *http2responseWriterState
h2_bundle.go#L6779: st := w.rws.stream
h2_bundle.go#L6780: if !deadline.IsZero() && deadline.Before(w.rws.conn.srv.now()) {
h2_bundle.go#L6786: w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
h2_bundle.go#L6805: st := w.rws.stream
h2_bundle.go#L6806: if !deadline.IsZero() && deadline.Before(w.rws.conn.srv.now()) {
h2_bundle.go#L6812: w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
h2_bundle.go#L6840: rws := w.rws
h2_bundle.go#L6865: rws := w.rws
h2_bundle.go#L6885: rws := w.rws
h2_bundle.go#L6913: rws := w.rws
h2_bundle.go#L6985: rws := w.rws
h2_bundle.go#L7009: rws := w.rws
h2_bundle.go#L7012: w.rws = nil
h2_bundle.go#L7025: st := w.rws.stream
h2_bundle.go#L7047: if w.rws.req.TLS != nil {
h2_bundle.go#L7061: u.Host = w.rws.req.Host
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)